HomeSort by relevance Sort by last modified time
    Searched refs:PHINode (Results 226 - 250 of 517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 56 while (PHINode *PN = dyn_cast<PHINode>(BB->begin())) {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 136 if (PHINode *PN = dyn_cast<PHINode>(WU)) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 47 PHINode *PN = dyn_cast<PHINode>(User);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
UnreachableBlockElim.cpp 80 while (PHINode *PN = dyn_cast<PHINode>(BB->begin())) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 87 // constant or phinode. Used by the instrumentation code to remember
95 // Get/set the PHINode Instruction for this node.
96 PHINode* getPathPHI();
97 void setPathPHI(PHINode* pathPHI);
103 PHINode* _pathPHI; // The PHINode for current pathNumber.
296 // have multiple predecessors, and may or may not have its phiNode
302 // target's phiNode.
319 // A PHINode is created in the node, and its values initialized to -1U.
744 // or phinode. Used by the instrumentation code to remember pat
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 174 if (PHINode *PN = dyn_cast<PHINode>(I)) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugInfoProbe.cpp 74 if (!isa<PHINode>(BI) && BI->getDebugLoc().isUnknown())
120 if (!isa<PHINode>(BI) && BI->getDebugLoc().isUnknown() &&
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
LoopInfo.h 57 class PHINode;
430 PHINode *getCanonicalInductionVariable() const;
775 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
787 if (isa<PHINode>(Inst))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 218 SizeOffsetType visitPHINode(PHINode&);
281 SizeOffsetEvalType visitPHINode(PHINode &PHI);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 57 class PHINode;
395 PHINode *getCanonicalInductionVariable() const;
714 auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
726 if (isa<PHINode>(Inst))
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 52 if (isa<PHINode>(I)) return true;
55 if (cast<Instruction>(U)->getParent() != BB || isa<PHINode>(U))
287 const PHINode *PN = dyn_cast<PHINode>(I); ++I) {
421 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 46 if (isa<PHINode>(I)) return true;
51 if (cast<Instruction>(U)->getParent() != BB || isa<PHINode>(U))
156 const PHINode *PN = dyn_cast<PHINode>(I); ++I) {
262 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) {

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>