Home
last modified time | relevance | path

Searched refs:CreateExceptionValueCall (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp72 Instruction *CreateExceptionValueCall(BasicBlock *BB);
518 ExnValue = CreateExceptionValueCall(RI->getParent()); in LowerUnwindsAndResumes()
572 Value *CallAtStart = CreateExceptionValueCall(LP); in MoveExceptionValueCalls()
620 SSA.AddAvailableValue(*LI, CreateExceptionValueCall(*LI)); in MoveExceptionValueCalls()
646 Instruction *DwarfEHPrepare::CreateExceptionValueCall(BasicBlock *BB) { in CreateExceptionValueCall() function in DwarfEHPrepare