HomeSort by relevance Sort by last modified time
    Searched refs:PredBlock (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 72 insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot,
244 for (const BasicBlock *PredBlock : predecessors(BB))
245 if ((PredBlock = getEHPadFromPredecessor(PredBlock,
247 calculateCXXStateNumbers(FuncInfo, PredBlock->getFirstNonPHI(),
290 for (const BasicBlock *PredBlock : predecessors(BB)) {
291 if ((PredBlock = getEHPadFromPredecessor(PredBlock,
293 calculateCXXStateNumbers(FuncInfo, PredBlock->getFirstNonPHI(),
356 for (const BasicBlock *PredBlock : predecessors(BB)
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 388 if (const CFGBlock *PredBlock = *I) {
389 unsigned blockID = PredBlock->getBlockID();
397 WorkList.push_back(PredBlock);
463 if (const CFGBlock *predBlock = *I)
464 enqueue(predBlock);
611 if (const CFGBlock *PredBlock = PI->getPossiblyUnreachableBlock()) {
613 PredBlock->getTerminatorCondition(/* strip parens */ false);
ThreadSafety.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 252 milliseconds