Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFEntryInserter.cpp27 struct FEntryInserter : public MachineFunctionPass { struct
29 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() function
37 bool FEntryInserter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
50 char FEntryInserter::ID = 0;
51 char &llvm::FEntryInserterID = FEntryInserter::ID;
52 INITIALIZE_PASS(FEntryInserter, "fentry-insert", "Insert fentry calls", false,
DCMakeLists.txt29 FEntryInserter.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk161 llvm/lib/CodeGen/FEntryInserter.cpp \
DBUILD.gn732 "llvm/lib/CodeGen/FEntryInserter.cpp",
/external/swiftshader/
DCMakeLists.txt827 ${LLVM_DIR}/lib/CodeGen/FEntryInserter.cpp