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

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 216 if (CatchSwitch->getParentPad() != ParentPad)
222 if (CleanupPad->getParentPad() != ParentPad)
246 CatchSwitch->getParentPad())))
292 CleanupPad->getParentPad()))) {
358 CatchSwitch->getParentPad())))
394 getEHPadFromPredecessor(PredBlock, CleanupPad->getParentPad())))
408 return isa<ConstantTokenNone>(CatchSwitch->getParentPad()) &&
411 return isa<ConstantTokenNone>(CleanupPad->getParentPad()) &&
502 ParentPad = CPI->getParentPad();
504 ParentPad = CSI->getParentPad();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
WinEHPrepare.cpp 225 if (CatchSwitch->getParentPad() != ParentPad)
231 if (CleanupPad->getParentPad() != ParentPad)
255 CatchSwitch->getParentPad())))
302 CleanupPad->getParentPad()))) {
368 CatchSwitch->getParentPad())))
404 getEHPadFromPredecessor(PredBlock, CleanupPad->getParentPad())))
418 return isa<ConstantTokenNone>(CatchSwitch->getParentPad()) &&
421 return isa<ConstantTokenNone>(CleanupPad->getParentPad()) &&
512 ParentPad = CPI->getParentPad();
514 ParentPad = CSI->getParentPad();
    [all...]
WasmEHPrepare.cpp 315 if (isa<ConstantTokenNone>(CPI->getCatchSwitch()->getParentPad()))
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 183 static Value *getParentPad(Value *EHPad) {
185 return FPI->getParentPad();
186 return cast<CatchSwitchInst>(EHPad)->getParentPad();
248 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
286 getParentPad(ChildUnwindDestToken) == CleanupPad)
303 UnwindParent = getParentPad(UnwindPad);
309 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
371 for (AncestorToken = getParentPad(EHPad);
373 AncestorToken = getParentPad(AncestorToken)) {
627 dyn_cast<Instruction>(CatchSwitch->getParentPad())) {
    [all...]
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 222 static Value *getParentPad(Value *EHPad) {
224 return FPI->getParentPad();
225 return cast<CatchSwitchInst>(EHPad)->getParentPad();
287 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
325 getParentPad(ChildUnwindDestToken) == CleanupPad)
342 UnwindParent = getParentPad(UnwindPad);
348 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
414 for (AncestorToken = getParentPad(EHPad);
416 AncestorToken = getParentPad(AncestorToken)) {
468 assert(getParentPad(Memo->second) == getParentPad(UselessPad))
    [all...]
Local.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 444 CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock);
663 ParentPad = FuncletPad->getParentPad();
665 ParentPad = CatchSwitch->getParentPad();
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 580 milliseconds