HomeSort by relevance Sort by last modified time
    Searched defs:AllocaNo (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
SafeStackColoring.cpp 58 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) {
59 AllocaInst *AI = Allocas[AllocaNo];
76 InterestingAllocas.set(AllocaNo);
77 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart};
111 << (M.IsStart ? "start " : "end ") << M.AllocaNo << ", "
119 if (BlockInfo.End.test(M.AllocaNo))
120 BlockInfo.End.reset(M.AllocaNo);
121 BlockInfo.Begin.set(M.AllocaNo);
    [all...]
SafeStackColoring.h 86 unsigned AllocaNo;
90 /// List of {InstNo, {AllocaNo, IsStart}} for each BB, ordered by InstNo.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStackColoring.cpp 73 for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) {
74 AllocaInst *AI = Allocas[AllocaNo];
91 InterestingAllocas.set(AllocaNo);
92 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart};
126 << (M.IsStart ? "start " : "end ") << M.AllocaNo
134 if (BlockInfo.End.test(M.AllocaNo))
135 BlockInfo.End.reset(M.AllocaNo);
136 BlockInfo.Begin.set(M.AllocaNo);
    [all...]
SafeStackColoring.h 102 unsigned AllocaNo;
106 /// List of {InstNo, {AllocaNo, IsStart}} for each BB, ordered by InstNo.
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 850 bool PromoteMem2Reg::QueuePhiNode(BasicBlock *BB, unsigned AllocaNo,
853 PHINode *&PN = NewPhiNodes[std::make_pair(BBNumbers[BB], AllocaNo)];
861 PN = PHINode::Create(Allocas[AllocaNo]->getAllocatedType(), getNumPreds(BB),
862 Allocas[AllocaNo]->getName() + "." + Twine(Version++),
865 PhiToAllocaMap[PN] = AllocaNo;
868 AST->copyValue(PointerAllocaValues[AllocaNo], PN);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]

Completed in 1510 milliseconds