Searched defs:CRI (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp586 CRLogicalOpInfo CRI = AllCRLogicalOps[Idx]; local
613 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2038 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { argument
2044 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2918 const auto &CRI = cast<CleanupReturnInst>(I); local
2926 const auto &CRI = cast<CatchReturnInst>(I); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1018 CleanupReturnInst::CleanupReturnInst(const CleanupReturnInst &CRI) argument
1065 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) argument
[all...]
H A DVerifier.cpp4278 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { argument
4280 "CleanupReturnInst needs to be provided a CleanupPad", &CRI, local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1019 void visitCleanupReturnInst(CleanupReturnInst &CRI) { RetVec.push_back(&CRI); } argument

Completed in 225 milliseconds