Home
last modified time | relevance | path

Searched defs:SplitBefore (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtil.h73 inline std::pair<std::string, std::string> SplitBefore(std::string X, in SplitBefore() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp109 MachineInstr *SplitBefore; member
643 MachineInstr *SplitBefore = &*Def2It; in splitBlockOnBinaryCROp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1350 SplitBlockAndInsertIfThenImpl(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenImpl()
1419 Instruction *SplitBefore, in SplitBlockAndInsertIfThen()
1429 Instruction *SplitBefore, in SplitBlockAndInsertIfThen()
1439 void llvm::SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThenElse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2340 unsigned SplitBefore = 0, SplitAfter = 1; in tryLocalSplit() local