Searched defs:Phi (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp126 PHINode *Phi = Builder.CreatePHI(Call->getType(), 2); local
H A DLoopIdiomRecognize.cpp455 PHINode *Phi = dyn_cast<PHINode>(Inst->getOperand(0)); local
H A DStructurizeCFG.cpp512 PHINode &Phi = cast<PHINode>(*I++); local
525 PHINode &Phi = cast<PHINode>(*I++); local
548 PHINode *Phi = PI->first; local
[all...]
H A DIndVarSimplify.cpp1242 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); local
1297 PHINode *Phi = dyn_cast<PHINode>(LHS); local
1358 AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) argument
1402 PHINode *Phi = cast<PHINode>(I); local
[all...]
H A DGVN.cpp2554 PHINode* Phi = PHINode::Create(CurInst->getType(), predMap.size(), local
2747 PHINode &Phi = cast<PHINode>(*II); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp167 bool SIAnnotateControlFlow::isElse(PHINode *Phi) { argument
185 void SIAnnotateControlFlow::eraseIfUnused(PHINode *Phi) { argument
313 PHINode *Phi = dyn_cast<PHINode>(Term->getCondition()); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1598 PHINode *Phi = *PIter; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp345 MachineInstr *Phi = &*I; local
1267 MachineInstr *Phi = &*I; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp835 PHINode *Phi = PHINode::Create(ShadowTy, 2, "", Tail->begin()); local
H A DAddressSanitizer.cpp1512 PHINode *Phi = IRB.CreatePHI(IntptrTy, 2); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2209 bool matchAssociativeReduction(PHINode *Phi, BinaryOperator *B, argument
[all...]
H A DLoopVectorize.cpp2790 PHINode *Phi = dyn_cast<PHINode>(I); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1654 llvm::PHINode *Phi = Builder.CreatePHI(CGM.Int8PtrTy, 2, "memptr.base"); local
1812 llvm::PHINode *Phi = Builder.CreatePHI(DstNull->getType(), 2, "memptr.converted"); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3293 PHINode *Phi = I->first; local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14381 MachineInstr *Phi = BuildMI(mainMBB, DL, TII->get(X86::PHI), t4) local

Completed in 281 milliseconds