Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp474 Instruction *CheckTerm = in checkStackGuard() local
476 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1962 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1964 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()
1965 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()
1966 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()
1969 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1975 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
H A DMemorySanitizer.cpp1375 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
1377 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
1487 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
1491 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()
H A DDataFlowSanitizer.cpp2539 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
2541 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()